Skip to content

build(deps): bump base64 from 0.22.1 to 0.23.0 in /quickwit - #6744

Merged
trinity-1686a merged 1 commit into
mainfrom
dependabot/cargo/quickwit/base64-0.23.0
Sep 7, 2026
Merged

build(deps): bump base64 from 0.22.1 to 0.23.0 in /quickwit#6744
trinity-1686a merged 1 commit into
mainfrom
dependabot/cargo/quickwit/base64-0.23.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown
Contributor

Bumps base64 from 0.22.1 to 0.23.0.

Changelog

Sourced from base64's changelog.

0.23.0

  • Added more consts for preconfigured configs and engines
  • Make DecodeError::InvalidLastSymbol more clear by including the decoded value
  • Added SIMD-accelerated engines behind the default-on simd-unsafe feature: Simd picks the best instruction set at runtime (AVX2 on x86_64, NEON on aarch64) and falls back to the scalar GeneralPurpose engine, while Avx2 and Neon target one instruction set with no runtime detection and work in no_std. The engines support the standard and URL-safe alphabets.
  • Update MSRV to 1.71.0
  • Add support for custom padding symbols
Commits
  • 9e9220a v0.23.0
  • 870326e Merge pull request #306 from marshallpierce/mp/trailing-bits-docs
  • fbec5f1 Document no trailing trailing bits
  • 0a23549 Merge pull request #305 from marshallpierce/mp/edition-2021
  • f10b7e2 Update deps & edition
  • 9d21a59 Merge pull request #304 from marshallpierce/mp/custom-padding-rebase
  • f70bad2 Support custom padding symbols
  • 684d79c Merge pull request #301 from marshallpierce/mp/simd-gardening
  • 5bf66f2 Merge pull request #284 from AbeZbm/add-tests
  • d3831cf Followups to SIMD work
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 28, 2026
@dependabot
dependabot Bot requested review from a team as code owners August 28, 2026 18:22
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 28, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/quickwit/base64-0.23.0 branch 4 times, most recently from 7a3b3cb to 3bce00f Compare August 31, 2026 20:08
@dependabot
dependabot Bot force-pushed the dependabot/cargo/quickwit/base64-0.23.0 branch 2 times, most recently from ee81745 to 686386b Compare September 7, 2026 09:53
@trinity-1686a
trinity-1686a enabled auto-merge (squash) September 7, 2026 10:01
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.22.1 to 0.23.0.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.22.1...v0.23.0)

---
updated-dependencies:
- dependency-name: base64
  dependency-version: 0.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/quickwit/base64-0.23.0 branch from 686386b to 3f7abcb Compare September 7, 2026 10:07

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 3f7abcb816

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread quickwit/Cargo.toml
atomic_float = "1.1"
backtrace = "0.3"
base64 = "0.22"
base64 = "0.23"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Disable the unused default SIMD feature

With base64 0.23, this shorthand newly enables its default-on simd-unsafe feature, although the repository's base64 call sites use GeneralPurpose/BASE64_STANDARD rather than the Simd, Avx2, or Neon engines. This unnecessarily compiles unsafe architecture-specific implementations into every workspace consumer; declare the dependency with default-features = false and enable only the required std/alloc feature.

AGENTS.md reference: AGENTS.md:L104-L112

Useful? React with 👍 / 👎.

@trinity-1686a
trinity-1686a merged commit 26ab6a0 into main Sep 7, 2026
6 checks passed
@trinity-1686a
trinity-1686a deleted the dependabot/cargo/quickwit/base64-0.23.0 branch September 7, 2026 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant